home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
JCSM Shareware Collection 1993 November
/
JCSM Shareware Collection - 1993-11.iso
/
cl120
/
so18.lzh
/
INSTSO.BAT
next >
Wrap
DOS Batch File
|
1993-01-14
|
3KB
|
95 lines
echo off
cls
if %2x==x goto NODRIVE
echo All disk drive designations must end with colons. For instance, drive C
echo is designated as "C:", not "C". Make absolutely sure that you have desig-
echo nated your hard disk correctly.
echo .
echo If your hard disk is not "%2", then press Control-C to abort; otherwise,
pause
echo off
cls
%2
cd\
md MANAGEX
cd\MANAGEX
echo Copying files...
if exist upgrd.exe erase upgrd.exe
copy %1sgno.exe
if exist %1upgrd.exe copy %1upgrd.exe
:SKIPMISC
if exist upgrade.exe erase upgrade.exe
if exist signout.hlp erase signout.hlp
if exist signout.exe erase signout.exe
if exist signout.ovr erase signout.ovr
if exist signout.doc erase signout.doc
cls
echo VERY IMPORTANT
echo .
echo .
echo Now, some program files will be extracted from an archive. Before each
echo file is extracted, a check will be made to see whether a similarly named
echo one already exists on your hard disk. If so, you'll be asked whether you
echo wish to overwrite it with a new copy.
echo .
echo ALWAYS ANSWER "NO" (BY PRESSSING THE "N" KEY).
echo .
echo .
echo .
pause
:EXTRACT
sgno
erase sgno.exe
upgrade %2
erase upgr.*
cls
echo The instructions must be printed.
echo .
echo .
echo Now, turn your printer OFF and then ON. Make sure that it is ready to
echo print and that you have loaded at least 20 sheets of paper. Then, align
echo the print head 1/2" below the top of the first sheet.
echo .
pause
cls
echo Printing documentation...
type SIGNOUT.DOC >prn
:SKIPPRINT
cls
echo .
echo SignOut is now installed on your hard disk in the MANAGEX directory. To
echo access the program, do the following:
echo .
echo 1) enter "%2" at the prompt (this logs you onto drive %2);
echo 2) enter "CD\MANAGEX" at the prompt ("CD" means "Change Dirctory");
echo 3) enter "SO" at the prompt;
echo 4) BUT READ THE DOCUMENTATION FIRST! SIGNOUT MUST BE SET UP FOR USE
echo ON YOUR PARTICULAR NETWORK!
echo .
echo .
pause
echo off
cls
echo .
echo IF YOU'RE A REGISTERED USER...
echo .
echo The upgrade you have just gone through has resulted in a personalized
echo copy of SIGNOUT.
echo .
echo Feel free to distribute copies of this diskette, but DON'T tell anyone
echo your serial number, since a user must register to receive one of his own.
echo .
echo Thanks.
echo .
echo .
goto END
:NODRIVE
cls
echo .
echo You must designate BOTH the SOURCE diskette and the HARD disk
echo .
echo example: B:INSTSO B: C: will install SIGNOUT from drive B to drive C:
echo .
echo PLEASE TRY AGAIN
:END